home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
jpegvu
/
jpegvb3.frm
< prev
next >
Wrap
Text File
|
1997-12-17
|
1KB
|
54 lines
VERSION 2.00
Begin Form Form1
Caption = "JPEGVU"
ClientHeight = 4020
ClientLeft = 1080
ClientTop = 1485
ClientWidth = 7365
Height = 4425
Left = 1020
LinkTopic = "Form1"
ScaleHeight = 4020
ScaleWidth = 7365
Top = 1140
Width = 7485
WindowState = 2 'Maximized
Begin PictureBox Picture3
Height = 1095
Left = 3360
ScaleHeight = 1065
ScaleWidth = 2025
TabIndex = 2
Top = 5520
Width = 2055
End
Begin PictureBox Picture2
Height = 1935
Left = 6480
ScaleHeight = 1905
ScaleWidth = 2745
TabIndex = 1
Top = 5040
Width = 2775
End
Begin PictureBox Picture1
BackColor = &H00FFFFFF&
Height = 1815
Left = 600
ScaleHeight = 119
ScaleMode = 3 'Pixel
ScaleWidth = 127
TabIndex = 0
Top = 5040
Width = 1935
End
End
Sub Form_Click ()
End
End Sub
Sub Form_Paint ()
Call displayjpeg
End Sub